home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / pc / program / play.dxr / 00187.ls < prev    next >
Encoding:
Text File  |  1997-07-11  |  403 b   |  21 lines

  1. on exitFrame
  2.   if (status = "about") or (status = "exitAlart") or (status = "helpMenu") or (status = "bomb") then
  3.     if mouseDown() and not rollOver(19) then
  4.       beepsound()
  5.     end if
  6.     go(marker(0))
  7.     exit
  8.   end if
  9.   if rollOver(3) then
  10.     checkplay()
  11.   else
  12.     puppetSprite(4, 0)
  13.   end if
  14.   if rollOver(20) then
  15.     checkpopmenu()
  16.   else
  17.     puppetSprite(21, 0)
  18.   end if
  19.   go(marker(0))
  20. end
  21.